google.golang.org/grpc/balancer/endpointsharding.endpointSharding.inhibitChildUpdates (field)

6 uses

	google.golang.org/grpc/balancer/endpointsharding (current package)
		endpointsharding.go#L108: 	inhibitChildUpdates atomic.Bool
		endpointsharding.go#L142: 	es.inhibitChildUpdates.Store(true)
		endpointsharding.go#L144: 		es.inhibitChildUpdates.Store(false)
		endpointsharding.go#L209: 	es.inhibitChildUpdates.Store(true)
		endpointsharding.go#L211: 		es.inhibitChildUpdates.Store(false)
		endpointsharding.go#L247: 	if es.inhibitChildUpdates.Load() {